home *** CD-ROM | disk | FTP | other *** search
/ Aminet 15 / Aminet 15 - Nov 1996.iso / Aminet / dev / gcc / ixemsdk.lha / man / cat3 / isascii.0 < prev    next >
Text File  |  1996-09-02  |  924b  |  27 lines

  1.  
  2. ISASCII(3)                 UNIX Programmer's Manual                 ISASCII(3)
  3.  
  4. NNAAMMEE
  5.      iissaasscciiii - test for ASCII character
  6.  
  7. SSYYNNOOPPSSIISS
  8.      ##iinncclluuddee <<ccttyyppee..hh>>
  9.  
  10.      _i_n_t
  11.      iissaasscciiii(_i_n_t _c)
  12.  
  13. DDEESSCCRRIIPPTTIIOONN
  14.      The iissaasscciiii() function tests for an ASCII character, which is any charac-
  15.      ter with a value less than than or equal to 0177.
  16.  
  17. SSEEEE AALLSSOO
  18.      isalnum(3),  isalpha(3),  isblank(3),  iscntrl(3),  isdigit(3),
  19.      isgraph(3),  islower(3),  isprint(3),  ispunct(3),  isspace(3),
  20.      isupper(3),  isxdigit(3),  toascii(3),  tolower(3),  toupper(3),
  21.      stdio(3),  ascii(7)
  22.  
  23. SSTTAANNDDAARRDDSS
  24.      The iissaasscciiii() function conforms to ANSI C3.159-1989 (``ANSI C'').
  25.  
  26. BSD Experimental                  May 2, 1991                                1
  27.